home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / disk / misc / FloppTest_10.lha / FloppTest / FloppTest.doc < prev    next >
Encoding:
Text File  |  1995-04-04  |  4.6 KB  |  91 lines

  1. *************************************************************************
  2. *                                                                       *
  3. *                 FloppTest v1.0 by Per-Olof Yliniemi                   *
  4. *                                                                       *
  5. *               Copyright © 1993 - All Rights Reserved                  *
  6. *                                                                       *
  7. *************************************************************************
  8. *                                                                       *
  9. * DISCLAIMER: No responsibility can be taken on the part of the  author *
  10. *   for any  consequences  that may  occur  as a result  of using  this *
  11. *   program.  Every part of the  program has been  thoroughly tested to *
  12. *   to its specified limits and any  known specific  limitations of the *
  13. *   the program are stated within this documentation.                   *
  14. *                                                                       *
  15. *************************************************************************
  16. *                                                                       *
  17. * COPYRIGHT: This program is PUBLIC DOMAIN.  No  kind of  contributions *
  18. *   are required from anyone who  uses  this program,  but if  you want *
  19. *   the  assembly  language  source  code for this program, send me one *
  20. *   disk with PD, Shareware, Freeware and  other  freely  distributable *
  21. *   programs plus return postage.                                       *
  22. *                                                                       *
  23. *   This program  may  not be  sold for any profit  (a nominal  fee for *
  24. *   copying is accepted). The program may be freely distributed as long *
  25. *   as all files is distributed and unmodified.                         *
  26. *                                                                       *
  27. *   This program may not be used as a  part of any  commercial packages *
  28. *   without my permission.  The source code for this program may not be *
  29. *   reproduced by disassembling or reversing the development process in *
  30. *   any way.                                                            *
  31. *                                                                       *
  32. *************************************************************************
  33.  
  34.      About this program:
  35.     ---------------------
  36. This  program  gives you a  simple  way of  "testing"  new disks without
  37. formatting them. The program does not do a read/write test, but it gives
  38. you a chance to listen to the sound when the disk rotates in the drive.
  39.  
  40. The program will  also give you a  chance to test  software and hardware
  41. trackdisplays.
  42.  
  43.      Installation/Requirements:
  44.     ----------------------------
  45. Runs only under 2.0 and higher (v37). The program can only be started from
  46. CLI and the usage is simple: only the device to test is accepted as an
  47. argument the colon after the device name is optional.
  48.  
  49.    FloppTest df0:                      ; Test disk in drive DF0:
  50.    FloppTest df0                       ; Test disk in drive DF0:
  51.    FloppTest df1:                      ; Test disk in drive DF1:
  52.    FloppTest df1                       ; Test disk in drive DF1:
  53.  
  54.       Gadgets:
  55.      ----------
  56. There are only three gadgets in this program. The TRACK UP / TRACK DOWN
  57. gadgets only works if a disk is in the drive. All gadgets starts the
  58. disk motor when a disk is in the drive.
  59.  
  60.    TRACK UP:      Moves the read/write heads one step closer to track 79
  61.    TRACK DOWN:      Moves the read/write heads one step closer to track 00
  62.    Track Number:  Allows you to type in the track number to move the heads
  63.                   to. If you type the track number without a disk in the
  64.                   drive, this number will be used as a start value for the
  65.                   TRACK UP / TRACK DOWN gadgets.
  66.  
  67. To exit the program, press the window close gadget (see the manuals that
  68. came with your computer if you don't know how to close the window...).
  69.  
  70.       Keyboard shortcuts:
  71.      ---------------------
  72. The underlined letters on the gadgets can be used in place of the gadgets.
  73.  
  74.    u, U           TRACK UP
  75.    d, D           TRACK DOWN
  76.  
  77. ---------------------------------------------------------------------------
  78.  
  79.  All kinds of freely distributable programs (new software...) are accepted
  80.  as a contribution for this program. If you are a programmer, send me some
  81.  of your own code.
  82.  
  83.  Contributions for this program and bug reports should be sent to:
  84.  
  85.  
  86.                       Per-Olof Yliniemi
  87.                       Muoniovaara
  88.                       S-980 64 Muodoslompolo
  89.                       SWEDEN
  90.  
  91. ---------------------------------------------------------------------------